home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 March - Disc 1 / Macworld (1999-03) (Disk 1).dmg / Shareware World / Utilities / Text Processing / Alpha / Tcl / Modes / Perl Mode / perlVersionHistory.tcl < prev    next >
Encoding:
Text File  |  1998-03-13  |  6.5 KB  |  112 lines  |  [TEXT/ALFA]

  1. #############################################################################
  2. # Author: Tom Pollard <pollard@schrodinger.com>
  3. #
  4. # Contributors: Dan Herron     <herron@cogsci.ucsd.edu>
  5. #               David Schooley <schooley@ee.gatech.edu>
  6. #               Vince Darley   <darley@fas.harvard.edu>
  7. #               Martijn Koster <m.koster@nexor.co.uk>
  8. #
  9. # Version History:
  10. # 3.4  1/98  -  Tom Pllard went over code and fixed things broken by 7.0, 
  11. #                   completions tutorial added, 7.1b compatiblity made.
  12. #               New 'marking proc's, and code sectioning support (i.e. dividers),
  13. #                   plus reorganized code. -trf
  14. # 3.12 10/97 -  Uses new menu-building code, so you can add with menu::insert (v)
  15. # 3.11 9/97  -  Fixed problem with modevars in new Alpha scheme (Johan)
  16. # 3.10 8/97  -  Modernised for new Alpha Tcl scheme (vince)
  17. # 3.0  4/97  -  MacPerl interactions don't depend on MacPerl app name anymore
  18. #               Fixed bug with perlFileAsFilter ($scriptStart uninitialized)
  19. # 2.9  3/97  -  Fixed bug in command-dbl-click help lookup for Perl5 mode
  20. # 2.8  2/97  -  Added Quick-Save commands in new submenu [Dan Herron]
  21. #               "Save As CGI" finally works.
  22. # 2.7  2/97  -  Comments before "#!/bin/perl" no longer confuse 'gotoPerlError'
  23. # 2.6  2/97  -  Added electricPerlLeft and electricPerlRight - [David Schooley]
  24. # 2.51 1/96  -  Fixed problem w/ "Tell MacPerl:Save As..."
  25. # 2.5  1/96  -  Colorization and cmd-dbl-click modified to support Perl 5 docs
  26. # 2.41 7/95  -  Minor tweaks
  27. # 2.4  7/95  -  Fixed bugs affecting running unsaved scripts and error handling
  28. # 2.3  7/95  -  Minor tweaks and code rearrangement.
  29. # 2.2  6/95  -  Text filters act only on current line if "Apply to Buffer" is
  30. #                  false and no text has been selected.
  31. #               Bug fix in error-marking for scripts sent as AppleEvent params.
  32. #               Cmd-dbl-clicking a function call jumps to function, if
  33. #                  defined in the same file.
  34. # 2.1  6/95  -  Cmd-dbl-clicking a 'require'd filename opens the file.
  35. # 2.0  6/95  -  Minor bug fixes (incl. keyword decapitalization)
  36. #               Alpha 6.0b17 compatibility updates.
  37. #               Text Filters folder is settable from the App Paths menu now.
  38. # 1.9  5/95  -  Cmd-dbl-clicking Perl keywords and special variables displays
  39. #                  the man page info.
  40. # 1.81 4/95  -  one very minor Alpha compatibility update (winInfo->getWinInfo).
  41. # 1.8  4/95  -  Menu reorganized somewhat.
  42. #               Text Filters folder can now be anywhere.
  43. #               "ApplyToBuffer" flag ignored if text has been selected.
  44. #               Bug fixes.
  45. # 1.7  1/95  -  Updated to take advantage of MacPerl 4.1.4 AppleEvent features:
  46. #                1) Text filters use 'batch' doScript (.: STDOUT file obsolete)
  47. #                2) Filter scripts sent as doScript params (.: SCRIPT file obsolete)
  48. #                3) "Save As Droplet" and "Save as Runtime" commands added.
  49. #               Errors generated in 'require'd files are now displayed correctly
  50. # 1.6 10/94  -  "UseDebugger" flag added (forces scripts to run under debugger).
  51. #               Key bindings added for some menu commands.
  52. #               "perlDoScript{,2,3}" procs consolidated into a single proc.
  53. #               "saveAndRun" option added.
  54. #               Command-line args now parsed into units more correctly, in
  55. #                   particular, quoted file names aren't broken up.
  56. #               "Close Output Window" added to "Tell MacPerl" menu.
  57. #               Updated for Alpha 5.98 to load when menu is inserted.
  58. #               The error messages window is now recycled.
  59. #               "perlRecycleOutput" recycles output window.
  60. #               Minor bug fixes.
  61. # 1.5  9/94  -  MacPerl menu rearranged somewhat.
  62. #               Explicit "Get Output Window" command added to menu.
  63. #               Reading "#!" line for args is incompatible w/ standard,
  64. #                   so it's been dropped.
  65. #               Only scan the first 40 output lines for error messages (faster)
  66. #                "wrapFilterScript" no longer opens STDIN
  67. #               Text filters may now use command-line args
  68. #               STDIN for text filters passed as explicit cmd-line arg 
  69. # 1.4  9/94  -  The "#!" line of every script is read for command-line args,
  70. #                    which are passed explicitly to MacPerl with the script.
  71. #                "PromptForArgs" menu flag added.
  72. #                "perlCmdlineArgs" modeVar holds default command-line args.
  73. #                Scripts are sent using custom "perlDoScript2" proc, which
  74. #                    allows passing of explicit command-line args.
  75. # 1.3  9/94  -  When any script generates a compilation error, the file 
  76. #                    containing the script is brought up with the offending 
  77. #                    line highlighted; all error output is also written to
  78. #                    a "Perl Error Messages" window.
  79. #                'repeatLastFilter' runs again the last text-filter script used.
  80. #                'perlLastFilter' modeVar holds pathname of last filter.
  81. #                Menu flags now mirrored as modeVars, so they can be saved and
  82. #                    restored between sessions.
  83. #                Minor bug fixes.
  84. # 1.2  8/94  -  'retrieveOutput' and 'autoSwitch' flags added.
  85. #                'openInMacperl' added.
  86. #                MacPerl output window now closed before new scripts are sent.
  87. #                Filters now abort if there are compilation errors, and
  88. #                MacPerl diagnostic output retrieved and displayed in Alpha.
  89. # 1.1  8/94  -  'quitMacperl' added.
  90. #               perl-mode file-marking updated for Alpha 5.90
  91. #               Simplified installation via 'loadMacperl'(Pete Keleher). 
  92. # 1.0  7/94  -  perl-mode setup updated for Alpha 5.85:
  93. #                    keyword colorization supported
  94. #                    custom file-marking added
  95. #               #! lines in filter scripts now handled correctly 
  96. #               Workarounds installed for AppleEvent bug in MacPerl 4.1.3
  97. # 0.9  3/94  -  perl-mode stuff added, and
  98. #               highlighted 'Perl commands' file (man page) prepared
  99. #               minor bug fixes, too
  100. # 0.8  3/94  -  flags are now check-marked
  101. # 0.7  3/94  -  nested Text Filters folder now supported
  102. #               menu format modified somewhat
  103. # 0.6  3/94  -  'applyToBuffer' flag added
  104. #               scripts in Alpha buffers can now be used as filters 
  105. # 0.5  2/94  -  'filters', 'open special' submenu added
  106. #               'overwrite' flag added
  107. # 0.2  1/94  -  menu support added (Martijn Koster <m.koster@nexor.co.uk>)
  108. #               'execute selection', 'execute buffer' commands added
  109. # 0.1  9/93  -  text filter functionality created
  110. #                  
  111. ##############################################################################
  112.